home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000377_chris713713@yahoo.fr_Fri Mar 14 14:40:56 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. Article: 14175 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: chris713713@yahoo.fr (Chris)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: SSL_connect:error in 3RSH_A SSLv3 read server hello A
  6. Date: 14 Mar 2003 11:34:46 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 34
  9. Message-ID: <e0c8d0a3.0303141134.5567e73a@posting.google.com>
  10. NNTP-Posting-Host: 32.97.110.67
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1047670487 15412 127.0.0.1 (14 Mar 2003 19:34:47 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 14 Mar 2003 19:34:47 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14175
  17.  
  18. Hi,
  19.  
  20. Trying to establish a secure FTP connection, I receive this error :
  21. ---> AUTH SSL
  22. >
  23. > 234 AUTH command OK. Initializing SSL connection.
  24. >
  25. > SSL accepted as authentication type
  26. >
  27. > SSL DEBUG ACTIVE
  28. >
  29. > =>START SSL/TLS connect on COMMAND
  30. >
  31. > SSL_handshake:UNKWN before/connect initialization
  32. >
  33. > SSL_connect:UNKWN before/connect initialization
  34. >
  35. > SSL_connect:3WCH_A SSLv3 write client hello A
  36. >
  37. > SSL_connect:error in 3RSH_A SSLv3 read server hello A
  38. >
  39. > ftp: SSL/TLS connect COMMAND error:
  40. > error:00000000:lib(0):func(0):reason(0)
  41. >
  42. > =>DONE SSL/TLS connect on COMMAND
  43.  
  44. ...and the same with TLS.
  45.  
  46. I use CKermit8 over AIX433 (build from 206 or 208 whatever).
  47. I tried to compile with openssl0.9.7 or openssl0.9.6.
  48.  
  49. Every time the same message...
  50.  
  51. Can someone help me ?
  52.